home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / football / locale / english / exec / stats.data < prev    next >
Text File  |  1999-11-29  |  2KB  |  45 lines

  1. /* English Translation for Stats.rexx */
  2.  
  3.   var.1  = "st_error     = 'ERROR :    (Stats)'"
  4.   var.2  = "st_one       = 'Cannot find '"
  5.   var.3  = "st_two       = 'Cannot read '"
  6.   var.4  = "st_three     = 'Incorrect team. '"
  7.   var.5  = "st_four      = ' cannot be found in this league.'"
  8.   var.6  = "st_txt1      = 'Display Team Statistics in '"
  9.   var.7  = "st_txt2      = '  Statistics For: '"
  10.   var.8  = "st_txt3      = 'Cannot create temporary file.'"
  11.   var.9  = "st_txt4      = '  No matches played yet.'"
  12.   var.10 = "st_txt5      = '  Home                                       Away'"
  13.   var.11 = "st_txt6      = '  Pl  W   D   L   Cln  Gf   Ga   Pts         Pl  W   D   L   Cln  Gf   Ga   Pts'"
  14.   var.12 = "st_txt7      = '  Performance over last '"
  15.   var.13 = "st_txt8      = ' games: '"
  16.   var.14 = "st_txt9      = '  Performance over last 8 games: '"
  17.   var.15 = "st_txt0      = '                Home Record    : '"
  18.   var.16 = "st_txta      = '                Away Record    : '"
  19.   var.17 = "st_txtb      = '     Current undefeated run    : '"
  20.   var.18 = "st_txtc      = ' games.'"
  21.   var.19 = "st_txtd      = '     Longest undefeated run    : '"
  22.   var.20 = "st_txte      = '     Highest Attendance  : '"
  23.   var.21 = "st_txtf      = '  at '"
  24.   var.22 = "st_txtg      = '      Lowest Attendance  : '"
  25.   var.23 = "st_txth      = '  Top Goal Scorers'"
  26.   var.24 = "st_txti      = '  ----------------'"
  27.   var.25 = "st_txtj      = 'Cannot read temporary file of goal scorers to display the table.'"
  28.   var.26 = "st_txtk      = 'Key:'"
  29.   var.27 = "st_txtl      = '      Pl   Played         Gf   Goals For'"
  30.   var.28 = "st_txtm      = '      W    Win            Ga   Goals Against'"
  31.   var.29 = "st_txtn      = '      D    Draw           Pts  Points'"
  32.   var.30 = "st_txto      = '      L    Loss'"
  33.   var.31 = "st_txtp      = '      Cln  Matches with no goals scored against'"
  34.   var.32 = "st_txtq      = 'W'"
  35.   var.33 = "st_txtr      = 'D'"
  36.   var.34 = "st_txts      = 'L'"
  37.   var.35 = "st_txtt      = 'Goals    Player                    '"
  38.  
  39.  
  40. /* Please don't change the following lines */
  41.  
  42.   setclip('VarCount', 35)
  43.   do i = 1 to 35
  44.     call setclip('var.'i, var.i)
  45.   end